[0.1.5] Release v0.1.5 — Marketplace compatibility, daemon improvements, diagnostics - #28
Merged
Conversation
com.intellij.modules.ruby optional for Marketplace verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Release v0.1.5 — the first Marketplace-compatible release of DocScribe for RubyMine.
Changes
Platform & Compatibility
com.intellij.modules.rubymade optional — changed from hard depends tooptional="true". Ruby-specific extensions moved to a secondary descriptor (withRubyPlugin.xml). Plugin now installs on IntelliJ IDEA without Ruby plugin (limited functionality), unblocking Marketplace publication.Daemon & Execution
bundle exec docscribecommands — SDKbin/prepended toPATH,BUNDLE_GEMFILEset. SharedbuildSdkEnvironment()helper reused across CLI, gem check, and server startup.performGemCheck()parses--versionoutput, stores version and server mode support (>= 1.5.1). Server startup skipped for versions < 1.5.1, falling back to CLI.Performance
configHashderived fromDocscribeSettings.hideCommentsByDefault. Settings changes invalidate cache. Max 1000 entries with LRU-like eviction.Features
Rakefilewithout.rbor.rakeextension.DoctorActioncollects project root, Gemfile, Ruby SDK, docscribe gem version, daemon state, settings. Editor Popup -> DocScribe -> DocScribe Doctor.Fixes
DocscribeSettingsChangeListenerclears cache when saved.DocscribeDaemon.ktcomplexity violations.Build & Test
intellijDependencies()added tobuild.gradle.kts(required byinstrumentTestCode).Related PRs
com.intellij.modules.rubyoptional for Marketplace verification #27 — Makecom.intellij.modules.rubyoptionalRakefile(no extension) support to annotator and actions #31 — Add Rakefile supportbundle exec docscribecommands #32 — Use project Ruby SDK< 1.5.1#34 — Capability detectionChecklist
./gradlew test)./gradlew spotlessCheck)./gradlew detekt)